home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’94
/
Timothy Knox
/
Help
/
Help Files
/
Miscellaneous
/
Description
< prev
next >
Wrap
Text File
|
1994-06-24
|
722b
|
13 lines
This folder contains various example files:
- "Church numerals" is a Help encoding of the well-known lambda-calculus
Alonozo Church's numerals and various operations…
- "Examples" contains various usual examples, from the building of the
list of all primes numbers to paradoxical combinators…
- Memoizing defines some function and a macro to define
"memo-functions" that cache their results and thus greatly enhancing
efficiency of highly redundant functions.
- "Gabriel Benchs" contains two benchmarks from Gabriel.
- "Multiple values" contains some simple code to emulate multiple values.
- " Unknown values" contains two examples of "unknown values"
programming !